home *** CD-ROM | disk | FTP | other *** search
/ IQ Digizine 2 / IQ Digizine 2.iso / pc / nightw3.dir / 00068.ls < prev    next >
Encoding:
Text File  |  1997-12-08  |  162 b   |  11 lines

  1. on exitFrame
  2.   global end
  3.   if the movieTime of sprite 5 < end then
  4.     go(the frame - 1)
  5.   else
  6.     puppetSprite(5, 0)
  7.     SetReturn()
  8.     go("P4")
  9.   end if
  10. end
  11.